home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 44 / PC Actual CD 44.iso / Linux / Cygwin / full.exe / Disk1 / data1.cab / Tools / H-i586-cygwin32 / i586-cygwin32 / include / fcntl.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-12-04  |  107 b   |  8 lines

  1. #ifndef _FCNTL_H
  2. #define _FCNTL_H
  3.  
  4. #include <sys/fcntl.h>
  5. #define O_NDELAY    _FNDELAY
  6.  
  7. #endif /* _FCNTL_H */
  8.